aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-06 15:29:00 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-06 15:29:00 +0000
commitbc95f579322c8e2286c50443f9ce8c88922c7da5 (patch)
tree28df4625942e5af21f104819d0e6e442eaf7a455 /Makefile.custom
parent882e60c44249d1a2a7d78d873dce02f16eb19eac (diff)
downloadbusybox-bc95f579322c8e2286c50443f9ce8c88922c7da5.tar.gz
- adjust to kernel's build infrastructure.
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 254279178..3fbf4a866 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -107,11 +107,11 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod
# documentation, cross-reference
# Modern distributions already ship synopsis packages (e.g. debian)
# If you have an old distribution go to http://synopsis.fresco.org/
-syn_tgt := $(wildcard $(patsubst %,%/*.c,$(SRC_DIRS)))
-syn := $(patsubst %.c, %.syn, $(syn_tgt))
+syn_tgt = $(wildcard $(patsubst %,%/*.c,$(busybox-alldirs)))
+syn = $(patsubst %.c, %.syn, $(syn_tgt))
%.syn: %.c
- synopsis -p C -l Comments.SSDFilter,Comments.Previous $(INCS) -Wp,verbose,debug,preprocess,cppflags="'$(CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) $(APPLETS_DEFINE) $(BUSYBOX_DEFINE)'" -o $@ $<
+ synopsis --verbose --debug -p C -l Comments.SSDFilter,Comments.Previous $(INCS) -Wp,verbose=True,debug=True,preprocess=True,cppflags="'$(CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) $(APPLETS_DEFINE) $(BUSYBOX_DEFINE)'" -o $@ $<
.PHONY: html
html: $(syn)