mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +00:00
- adjust to kernel's build infrastructure.
This commit is contained in:
parent
882e60c442
commit
bc95f57932
@ -107,11 +107,11 @@ docs/busybox.net/BusyBox.html: docs/busybox.pod
|
|||||||
# documentation, cross-reference
|
# documentation, cross-reference
|
||||||
# Modern distributions already ship synopsis packages (e.g. debian)
|
# Modern distributions already ship synopsis packages (e.g. debian)
|
||||||
# If you have an old distribution go to http://synopsis.fresco.org/
|
# If you have an old distribution go to http://synopsis.fresco.org/
|
||||||
syn_tgt := $(wildcard $(patsubst %,%/*.c,$(SRC_DIRS)))
|
syn_tgt = $(wildcard $(patsubst %,%/*.c,$(busybox-alldirs)))
|
||||||
syn := $(patsubst %.c, %.syn, $(syn_tgt))
|
syn = $(patsubst %.c, %.syn, $(syn_tgt))
|
||||||
|
|
||||||
%.syn: %.c
|
%.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
|
.PHONY: html
|
||||||
html: $(syn)
|
html: $(syn)
|
||||||
|
Loading…
Reference in New Issue
Block a user