diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-06 15:29:00 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-06 15:29:00 +0000 |
commit | 182628ecbd9a2b4679f43efbf2bd782ac485cbf1 (patch) | |
tree | 28df4625942e5af21f104819d0e6e442eaf7a455 | |
parent | 30db4dd63dfb1e300241719ea451aacd3b58e59e (diff) | |
download | busybox-w32-182628ecbd9a2b4679f43efbf2bd782ac485cbf1.tar.gz busybox-w32-182628ecbd9a2b4679f43efbf2bd782ac485cbf1.tar.bz2 busybox-w32-182628ecbd9a2b4679f43efbf2bd782ac485cbf1.zip |
- adjust to kernel's build infrastructure.
git-svn-id: svn://busybox.net/trunk/busybox@16788 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile.custom | 6 |
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 | |||
107 | # documentation, cross-reference | 107 | # documentation, cross-reference |
108 | # Modern distributions already ship synopsis packages (e.g. debian) | 108 | # Modern distributions already ship synopsis packages (e.g. debian) |
109 | # If you have an old distribution go to http://synopsis.fresco.org/ | 109 | # If you have an old distribution go to http://synopsis.fresco.org/ |
110 | syn_tgt := $(wildcard $(patsubst %,%/*.c,$(SRC_DIRS))) | 110 | syn_tgt = $(wildcard $(patsubst %,%/*.c,$(busybox-alldirs))) |
111 | syn := $(patsubst %.c, %.syn, $(syn_tgt)) | 111 | syn = $(patsubst %.c, %.syn, $(syn_tgt)) |
112 | 112 | ||
113 | %.syn: %.c | 113 | %.syn: %.c |
114 | 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 $@ $< | 114 | 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 $@ $< |
115 | 115 | ||
116 | .PHONY: html | 116 | .PHONY: html |
117 | html: $(syn) | 117 | html: $(syn) |