summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Collapse)Author
1997-12-20openbsd maintainer changed from imp to mejoey
1997-12-20fix the PATH problem.Todd T. Fries
now things SHOULD compile with a PATH of /usr/bin:/bin ... ANY executable not in these two subdirs should have ${SETENV} prepended to set the right path.
1997-12-17append /usr/local/bin and /usr/X11R6/bin to PATH during ports buildsNiklas Hallqvist
1997-12-04Make WRKOBJDIR a bit smarter about existing linksNiklas Hallqvist
1997-12-02do not destroy /dev/null on alphaNiklas Hallqvist
1997-12-02one way to deal with LIB_DEPENDS on alphaNiklas Hallqvist
1997-12-02We have perl5 in-treeNiklas Hallqvist
1997-11-05.cxx support from Mathieu.Herrb@mipnet.frTheo de Raadt
1997-09-21Accept WRKOBJDIR for NFS mounted ports tree and local objs. DEF_UMASK isNiklas Hallqvist
different on OpenBSD. Was this OK to commit, imp?
1997-09-09Merge 1.264 and 1.20 from FreeBSD's bsd.port.mk and bsd.port.subdir.mk ↵imp
respectively
1997-09-08Do not do function CSE on PIC code for m68k, gas does not handle itNiklas Hallqvist
correctly, making spurious "undefined symbol" errors turn up without reason occasionally.
1997-08-22"ln -s" becomes "ln -sf"flipk
1997-08-07Use DOCDIR (god this has been lying in my tree a long time)Niklas Hallqvist
1997-06-28been discussed several times with no real objection, do itgrr
1997-06-12goodbye perlkstailey
1997-06-12make bsd.lib.mk a bit more consistant about the lies it echo'sgrr
1997-06-02do MAKEFLAGS betterMichael Shalayeff
1997-06-02propagate MAKEFLAGSMichael Shalayeff
1997-06-01Add TCP_WRAPPERS.Jason Downs
1997-05-03Workaround bug in some shells, esp. the one shipped in 2.0.Niklas Hallqvist
1997-04-29Add ${SHAREDIR}, ${SHAREGRP}, ${SHAREOWN} and ${SHAREMODE}, they are usedThorsten Lockert
by ports
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.Todd C. Miller
For some reason the previous commit did not grab these.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-27Allow BSDSRCDIR to point to a symlink. This means /usr/src can be a symlinkNiklas Hallqvist
without having to explicitly set BSDSRCDIR
1997-04-20typoNiklas Hallqvist
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-19We use /etc/mk.conf not /etc/make.conf.Todd C. Miller
1997-04-18We run OpenBSDTodd C. Miller
1997-04-10if generating obj@ links, check if the existing obj@ link points to theTheo de Raadt
same path we want to make it point to later. If it does, leave the link as-is and do not attempt to recreate it. read-only /usr/src with obj@ links will work much better with this. Fix from Niklas -- anyone who figures out a way to do this without using perl gets a cookie.
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-02-26Add LIBWRAP.Jason Downs
1997-02-18Powerpc does not support pic, and for now because of a compiler bug,Dale S. Rahn
does not support profiling.
1997-02-09libcrypt went away a while backTheo de Raadt
1997-02-09add ${LIBZ}Michael Shalayeff
1997-02-06Add a LORDER make symbol and use itNiklas Hallqvist
1997-01-26use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.eduTheo de Raadt
1997-01-15Add DESTDIR support for crt{begin,end}.o (powerpc only so far)Niklas Hallqvist
1997-01-11Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certainNiklas Hallqvist
port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one.
1997-01-08Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the portsNiklas Hallqvist
mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included.
1996-12-25Merge our chagnes with FreeBSD's latest changes. We should nowimp
have identical bsd.port.mk files again. This file has successfully compiled many of the archivers, gnu make, and emacs (althought the emacs deltas have not been merged back into the FreeBSD tree yet since I don't have it working yet). The FreeBSD Id line may be slightly off since I generated it by hand to match the commit I just made there.
1996-12-22bring in bsd.own.mkNiklas Hallqvist
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-24Fix typo in last changeNiklas Hallqvist
1996-11-24Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-sNiklas Hallqvist
and add itself to CFLAGS and ASFLAGS
1996-11-23Add overrideable INSTALL variableNiklas Hallqvist
1996-11-14correct last fix.Michael Shalayeff
1996-11-14correct LINKS usageMichael Shalayeff
1996-10-22Sync with FreeBSDNiklas Hallqvist
1996-10-01Automagically support building man pages with tbl(1).Jason Downs
foo.1 becomes foo.1tbl
1996-09-16Document this better.Jason Downs