From: hpa Date: Tue, 11 Dec 2001 19:27:10 +0000 (+0000) Subject: Really build memdisk... X-Git-Tag: syslinux-3.11~781 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84f7d47fc38f36ec4016f5fdfc37c32b228169b6;p=platform%2Fupstream%2Fsyslinux.git Really build memdisk... --- diff --git a/Makefile b/Makefile index 455e276..d764825 100644 --- a/Makefile +++ b/Makefile @@ -46,15 +46,20 @@ OBSOLETE = pxelinux.bin # Things to install in /usr/bin INSTALL_BIN = syslinux gethostip ppmtolss16 lss16toppm -all: $(BTARGET) $(ITARGET) samples - ls -l $(BTARGET) $(ITARGET) +all: $(BTARGET) $(ITARGET) samples memdisk + ls -l $(BTARGET) $(ITARGET) memdisk/memdisk installer: $(ITARGET) samples ls -l $(BTARGET) $(ITARGET) +.PHONY: samples samples: $(MAKE) -C sample all +.PHONY: memdisk +memdisk: + $(MAKE) -C memdisk all + # The DATE is set on the make command line when building binaries for # official release. Otherwise, substitute a hex string that is pretty much # guaranteed to be unique to be unique from build to build.