summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2001-12-11 19:27:10 +0000
committerhpa <hpa>2001-12-11 19:27:10 +0000
commit84f7d47fc38f36ec4016f5fdfc37c32b228169b6 (patch)
tree045c4480b8eccf2994a76760eaff9daeab284447
parentb059d60963d2d42f8001a6c9e6fa6b0ee0fea2c2 (diff)
downloadsyslinux-1.65-pre4.tar.gz
Really build memdisk...syslinux-1.65-pre4
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 455e276d..d764825c 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.