~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to conf/any-emu.rmk

  • Committer: Vladimir 'phcoder' Serbinenko
  • Date: 2010-02-07 02:58:14 UTC
  • mto: (1760.69.3 emu-modload)
  • mto: This revision was merged to the branch mainline in revision 1828.
  • Revision ID: phcoder@gmail.com-20100207025814-tupgp228hg7phuwy
Eliminate blacklist of modules w/o init

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
 
86
86
grub_emu_init.h: genemuinitheader.sh
87
 
        rm -f $@; echo $(pkglib_MODULES) |sh $(srcdir)/genemuinitheader.sh  > $@
 
87
        rm -f $@; echo $(pkglib_MODULES) | sh $(srcdir)/genemuinitheader.sh $(NM)  > $@
88
88
DISTCLEANFILES += grub_emu_init.h
89
89
 
90
 
grub_emu_init.c: genemuinit.sh
91
 
        rm -f $@; echo $(pkglib_MODULES) |sed 's,elf.mod,,;s,extcmd.mod,,;s,gzio.mod,,;s,fshelp.mod,,;s,bufio.mod,,;s,setjmp.mod,,;s,crypto.mod,,;s,pbkdf2.mod,,;s,trig.mod,,;s,bitmap_scale.mod,,;s,charset.mod,,;'|sh $(srcdir)/genemuinit.sh > $@
 
90
grub_emu_init.c: genemuinit.sh $(pkglib_MODULES)
 
91
        rm -f $@; echo $(pkglib_MODULES) | sh $(srcdir)/genemuinit.sh $(NM) > $@
92
92
DISTCLEANFILES += grub_emu_init.c
93
93
 
94
94
include $(srcdir)/conf/common.mk