Simon J. Gerraty
ccfb965433
Add META_MODE support.
...
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
Simon J. Gerraty
5b381db8cc
Remove NO_OBJ
...
For meta mode we will want objdirs.
Differential Revision: D2748
Reviewed by: brooks imp
2015-06-11 04:22:17 +00:00
Simon J. Gerraty
b589e6297b
Remove extra blank lines
2015-06-10 14:08:36 +00:00
Simon J. Gerraty
44d314f704
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
Simon J. Gerraty
c9e3031a0b
New dependencies
2014-05-17 03:03:17 +00:00
Simon J. Gerraty
c8191bc69e
We do want objdir
2013-10-13 00:27:34 +00:00
Remko Lodder
2227a3e9e1
Dont install .svn metadata with the sendmail install.
...
Submitted by: marcel
Approved by: imp (mentor, implicit)
MFC after: 3 days
2008-05-31 19:15:15 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Gregory Neil Shapiro
dce6e6518b
Remove MAINTAINER= lines from individual Makefiles in favor of the
...
MAINTAINER file (which already had entries for sendmail).
2003-07-07 03:54:04 +00:00
Gregory Neil Shapiro
f4c5766baa
Prevent a 'make SHARED=symlinks install' followed by 'make install' from
...
failing by removing the symlink before trying to install the actual files.
Noticed by: bde
MFC after: 5 days
2003-05-06 03:38:24 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
Gregory Neil Shapiro
99e8005137
Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.c
...
made the usage here incorrect.
Note that the change to install may cause other things to break, such as
the advice in src/etc/defaults/make.conf:
# Compare before install
#INSTALL=install -C
If users actually use this, any ${INSTALL} -d invocations in an installworld
will also fail.
Submitted by: David Wolfskill <david@catwhisker.org>
MFC after: 2 days
2001-05-29 17:55:49 +00:00
Gregory Neil Shapiro
b095f33ba9
Do not change the directory permissions for the source area, just the
...
install area.
Noticed by: msmith
2001-03-06 02:01:57 +00:00
Gregory Neil Shapiro
d1ba25f456
Add a MAINTAINER= line so people know who to blame
2000-10-26 23:02:36 +00:00
Gregory Neil Shapiro
31923af7ce
Install the sendmail cf building tools (contrib/sendmail/cf) in
...
/usr/share/sendmail/cf.
PR: 19790
2000-10-10 18:08:19 +00:00