summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-19 00:51:45 +0200
committerMichael Adam <obnox@samba.org>2008-05-19 00:51:45 +0200
commitcf6f4cfefa88565bebaf7e14ca0836c80b9c0512 (patch)
treef196599acf9dc783c3da970ca6bdf1a19dc4c062 /source3
parentbe175e274e627192e107d0e037ca1437bfad07c4 (diff)
downloadsamba-cf6f4cfefa88565bebaf7e14ca0836c80b9c0512.tar.gz
samba-cf6f4cfefa88565bebaf7e14ca0836c80b9c0512.tar.bz2
samba-cf6f4cfefa88565bebaf7e14ca0836c80b9c0512.zip
build: remove "headers" and "proto" make targets.
Replace "proto" target by a message. Michael (This used to be commit 16fb26d73a2bf3520e3b4e6c6bead7321bf41fd3)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in16
1 files changed, 6 insertions, 10 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index bc2d6c287d..baec0e6cf7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2313,17 +2313,13 @@ include/build_env.h: script/build_env.sh
@$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \
> $(builddir)/include/build_env.h
-# "make headers" or "make proto" calls a subshell because we need to
-# make sure these commands are executed in sequence even for a
-# parallel make.
-headers:
- $(MAKE) delheaders; \
- $(MAKE) smbd/build_options.c; \
- $(MAKE) include/build_env.h; \
+proto:
+ @echo
+ @echo "NOTE: 'proto' is no longer a valid make target as proto.h"
+ @echo "and other prototype headers are not generated anymore."
+ @echo
-proto: headers
-
-.PHONY: headers proto
+.PHONY: proto
etags:
etags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`