mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
Deleted the private clean/cleandir targets in the Makefile. Delete
a hardcoded reference to the "obj" dir. So this makefile should now work with and without an obj dir and deletes the obj dir with a normal cleandir.
This commit is contained in:
parent
bef25be89c
commit
6d59e80597
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4020
@ -10,10 +10,10 @@ RM= rm -f
|
||||
|
||||
.mc.cf:
|
||||
$(RM) $@
|
||||
(cd ${.CURDIR} && $(M4) ${@:R}.mc > obj/$@)
|
||||
(cd ${.CURDIR} && $(M4) ${@:R}.mc ) > $@
|
||||
$(CHMOD) $(ROMODE) $@
|
||||
|
||||
ALL= cs-hidden.cf cs-exposed.cf \
|
||||
CLEANFILES= cs-hidden.cf cs-exposed.cf \
|
||||
hpux-cs-exposed.cf hpux-cs-hidden.cf \
|
||||
riscos-cs-exposed.cf \
|
||||
sunos3.5-cs-exposed.cf sunos3.5-cs-hidden.cf \
|
||||
@ -25,10 +25,7 @@ ALL= cs-hidden.cf cs-exposed.cf \
|
||||
python.cf \
|
||||
clientproto.cf tcpproto.cf uucpproto.cf
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
clean cleandir:
|
||||
$(RM) $(ALL) core
|
||||
all: $(CLEANFILES)
|
||||
|
||||
depend install:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user