Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-12-15 10:25:54 +0300
committerRob Landley <rob@landley.net>2005-12-15 10:25:54 +0300
commite0c418e13b005908da492ae2151096e8f2246287 (patch)
treee03f9d292096eedba0bedca225db5f89938a9630 /Rules.mak
parent164c5c80ba122a6ed71a29d41730c802750a5ae1 (diff)
The rest of Yann E. Morin's install revamp.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index fdac364b9..c1a61e30c 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -205,4 +205,16 @@ endif
# have a chance of winning.
CFLAGS += $(CFLAGS_EXTRA)
+#------------------------------------------------------------
+# Installation options
+ifeq ($(strip $(CONFIG_INSTALL_APPLET_HARDLINKS)),y)
+INSTALL_OPTS=--hardlinks
+endif
+ifeq ($(strip $(CONFIG_INSTALL_APPLET_SYMLINKS)),y)
+INSTALL_OPTS=--symlinks
+endif
+ifeq ($(strip $(CONFIG_INSTALL_APPLET_DONT)),y)
+INSTALL_OPTS=
+endif
+
.PHONY: dummy