- Timestamp:
- Jan 26, 2007, 5:30:27 PM (18 years ago)
- Location:
- server
- Files:
-
- 6 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/Makefile
r103 r119 20 20 21 21 upstream = openafs krb5 httpd mit-zephyr 22 oursrc = execsys tokensys accountadm sqladm httpdmods22 oursrc = execsys tokensys accountadm httpdmods sql-signup 23 23 allsrc = $(upstream) $(oursrc) 24 24 oursrcdir = ${PWD}/../common/oursrc … … 90 90 for i in $$list; do \ 91 91 pushd $$i; \ 92 ./mrproper; \ 93 autoconf; \ 92 if [ -x ./mrproper ]; then \ 93 ./mrproper; \ 94 autoconf; \ 95 fi; \ 94 96 popd; \ 95 97 tar -czf $(tmp_src)/$$i.tar.gz $$i; \
Note: See TracChangeset
for help on using the changeset viewer.