summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-05-03 18:09:45 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-05-03 18:09:45 -0700
commit5e995b775d7393bf40670f0998c1329efe0c9666 (patch)
tree3ba042cb12ccfc8a589563ec14d7ef40815b6d52
parent880b761e9720e8696acdfb88d0c011d92c4756fe (diff)
downloadsyslinux-5e995b775d7393bf40670f0998c1329efe0c9666.tar.gz
Add "klibc" target.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8667e792..c393fd87 100644
--- a/Makefile
+++ b/Makefile
@@ -253,6 +253,11 @@ local-depend:
depend: local-depend
$(MAKE) -C memdisk depend
+# Shortcut to build unix/syslinux using klibc
+klibc:
+ $(MAKE) clean
+ $(MAKE) CC=klcc ITARGET= ISUBDIRS=unix BSUBDIRS=
+
# Hook to add private Makefile targets for the maintainer.
-include Makefile.private