summaryrefslogtreecommitdiff
path: root/Mk (unfollow)
Commit message (Expand)AuthorFilesLines
1995-02-06Allow arbitrarily named configure script for use w/ HAS_CONFIGURE.Jeffrey Hsu1-2/+5
1995-02-04Use absolute path to md5 program. It lives in /sbin and people are unlikelyPoul-Henning Kamp1-2/+2
1995-02-04Add long-awaited (:) support for sophisticated dependency checking. We nowSatoshi Asami1-5/+83
1995-02-01Start the ball rolling by sticking aGary Palmer1-1/+2
1995-01-30Make fetch a bit more forgiving of subdirs.Jordan K. Hubbard1-3/+3
1995-01-24Fix bogus tab in makesum target.Jordan K. Hubbard1-2/+1
1995-01-23Set PREFIX in the build target. Suggested by John Fieber.Jordan K. Hubbard1-5/+5
1995-01-22Oops. Fix up the checksum routine - my last commit broke it slightly.Gary Palmer1-20/+20
1995-01-17Put brackets around EXTRACT_CMD, can be several commands hereAndrey A. Chernov1-3/+3
1995-01-16Correct a small problem in that when there isn't a checksum for thatGary Palmer1-4/+11
1995-01-12Use absolute path for install passed to configureAndrey A. Chernov1-3/+3
1995-01-11Typo!Satoshi Asami1-3/+3
1995-01-11Add missing ! in front of pipeline for extract commands---otherwiseSatoshi Asami1-3/+3
1995-01-10Catch case where extraction fails. Thanks!Jordan K. Hubbard1-3/+7
1995-01-06Move pre-extract target inside COOKIEAndrey A. Chernov1-7/+8
1995-01-05Sort out dependencies. Now they look like:Satoshi Asami1-5/+5
1995-01-05Typo fix from Ollivier Robert.Jordan K. Hubbard1-3/+3
1995-01-05Rename check-md5 target to checksum.Jordan K. Hubbard1-3/+3
1995-01-04Gary Palmer's patches for checksumming and description.Jordan K. Hubbard1-7/+13
1995-01-04Put depends before configure. No reason that I can see for putting it after,Jordan K. Hubbard1-2/+2
1995-01-04Some of the doc here was less than adequately fleshed-out. Make someJordan K. Hubbard1-10/+20
1995-01-04Document describe target.Jordan K. Hubbard1-1/+3
1995-01-03Add describe target support.Jordan K. Hubbard2-2/+15
1995-01-01Preset ac_cv_path_CC="${CC}" before running ./configure,Andrey A. Chernov1-2/+2
1994-12-28Oops, forget "" for ${CC} and ${CFLAGS}...Andrey A. Chernov1-2/+2
1994-12-28Set proper INSTALL* variables before running ./configureAndrey A. Chernov1-2/+5
1994-12-28Use CFLAGS=${CFLAGS} ./configure to avoid picking dumb GNU -g defaultAndrey A. Chernov1-2/+2
1994-12-28Use "CC=${CC} ./configure" to avoid usage of debugging 'gcc'Andrey A. Chernov1-2/+2
1994-12-17Put dummy targets for make-md5 & check-md5 inside aGary Palmer1-1/+5
1994-12-17bsd.port.mk: missing semicolon addedGary Palmer2-4/+8
1994-12-17Automatically add gmake to DEPENDS, if USE_GMAKEAndrey A. Chernov1-1/+4
1994-12-17Don't use build: ... pre-build, move pre-build insideAndrey A. Chernov1-2/+3
1994-12-14patch: pre-patch ... is wrong, move pre-patchAndrey A. Chernov1-2/+3
1994-12-12Added '${GMAKE} install.man' when installing with Imake and gmakeJean-Marc Zucconi1-1/+4
1994-12-11Early md5-checksumming code. This seems to work fine on my machineGary Palmer1-1/+32
1994-12-11Last gremlin-killer of the day. Typo fixed and missing .endif replaced.Gary Palmer1-2/+3
1994-12-11<Sigh> Got the placing of a .if wrong. Fix it.Gary Palmer1-4/+6
1994-12-11Erk. Damn. A hash perfixing a comment was lost somewhere.Gary Palmer1-2/+2
1994-12-101) Small tidyupGary Palmer1-8/+27
1994-11-25Change wrong comment: NCFTP_ARGS --> NCFTPFLAGSAndrey A. Chernov1-2/+2
1994-11-21Don't use a rm -rf WORKDIR if NO_WRKDIR is defined. You have a good chanceAndreas Schulz1-1/+3
1994-11-17Add reinstall.Jordan K. Hubbard1-1/+5
1994-11-17There seems to be some trouble with install.man working right everywhere.Jordan K. Hubbard1-2/+2
1994-11-17Whoops! Typo. Correct.Jordan K. Hubbard1-2/+2
1994-11-17I found today that making packages for X11 ports wasn't working.Jordan K. Hubbard1-2/+7
1994-11-17Add support for NO_WRKDIR.Jordan K. Hubbard1-1/+7
1994-11-172 new concepts that just occurred to me:Jordan K. Hubbard1-1/+14
1994-11-16If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} MakefilesJean-Marc Zucconi1-1/+5
1994-11-15Make depends a separate target. Now you can select when the dependencyJordan K. Hubbard1-11/+15
1994-11-11Add patch cookies. This should prevent gratuitous patch re-applicationJordan K. Hubbard1-9/+24