freebsd-dev/share/mk
Satoshi Asami 00f4a8c7f8 Don't trust ncftp's exit status, they are not indicative of whether
the file is fetched or not.  Apparently Jordan fixed it a long time
ago but it was broken again at import of the new version of ncftp.
Which means even if we fix it, it may break again and we may need to
fix it again, and (imagination here, please)....

Instead, move the file existence check into the for loop for
MASTER_SITES/PATCH_SITES and break out with "continue 2" when the file
is found.  This is actually a cleaner logic than before if you ask me,
because instead of assuming the file is fetched on a 0 exit status
from ncftp AND checking for the existence of the file after the loop,
the check is done exactly once for each iteration and nowhere else.
1995-08-29 11:57:40 +00:00
..
bsd.dep.mk More complete implementation of SUBDIR for programs, libraries and kmods. 1995-02-08 21:35:31 +00:00
bsd.doc.mk Use GZIPCMD to hold name of gzip command rather than just GZIP. 1995-07-27 15:03:27 +00:00
bsd.info.mk Use GZIPCMD to hold name of gzip command rather than just GZIP. 1995-07-27 15:03:27 +00:00
bsd.kmod.mk Add support for pseudo-device LKMs. 1995-03-20 19:18:51 +00:00
bsd.lib.mk Use lorder/tsort for shared libraries. It might help group things better. 1995-08-02 22:31:52 +00:00
bsd.man.mk Move INSTALL?=install line duplicated into each .mk to sys.mk 1994-12-28 03:51:03 +00:00
bsd.own.mk Add support for DEBUG_FLAGS. If you say something like: 1994-09-16 14:30:25 +00:00
bsd.port.mk Don't trust ncftp's exit status, they are not indicative of whether 1995-08-29 11:57:40 +00:00
bsd.port.subdir.mk Add fetch-list command for Rod 1995-03-21 03:59:13 +00:00
bsd.prog.mk Submitted by: charnier@lirmm.fr (Philippe Charnier) 1995-05-07 06:39:30 +00:00
bsd.README Fix typo in description of LIBRPCSVC. 1994-10-19 21:36:31 +00:00
bsd.subdir.mk "make distribute" have changed, beware if you use it. 1995-02-25 20:51:14 +00:00
Makefile Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
sys.mk Changed default optimization from -O2 back to -O...gcc 2.6.* has serious 1995-08-11 11:47:30 +00:00