Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317747 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- common.mk
0
++ common.mk
Lines 50-56 Link Here
50
	guile-snarf $(GUILE_SNARF_CFLAGS) $< > $@ \
50
	guile-snarf $(GUILE_SNARF_CFLAGS) $< > $@ \
51
	|| { rm $@; false; }
51
	|| { rm $@; false; }
52
.c.doc:
52
.c.doc:
53
	$(CPP) -DSCM_MAGIC_SNARF_DOCS $(GUILE_SNARF_CFLAGS) $< \
53
	$(CPP) -P -DSCM_MAGIC_SNARF_DOCS $(GUILE_SNARF_CFLAGS) $< \
54
	  | grep -E '^\^\^ {.*\^\^ }' > $@ || { rm $@; false; }
54
	  | grep -E '^\^\^ {.*\^\^ }' > $@ || { rm $@; false; }
55
55
56
%.scm guile-gnome-gw-%.c: %-spec.scm
56
%.scm guile-gnome-gw-%.c: %-spec.scm

Return to bug 317747