aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-15 07:25:54 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-15 07:25:54 +0000
commit8af2a2ad88e7ceb7dc6a66f0a6861feea3c387cb (patch)
treee03f9d292096eedba0bedca225db5f89938a9630 /Rules.mak
parenta44195dcc3515b2634c2aebc4df839e7602015c6 (diff)
downloadbusybox-w32-8af2a2ad88e7ceb7dc6a66f0a6861feea3c387cb.tar.gz
busybox-w32-8af2a2ad88e7ceb7dc6a66f0a6861feea3c387cb.tar.bz2
busybox-w32-8af2a2ad88e7ceb7dc6a66f0a6861feea3c387cb.zip
The rest of Yann E. Morin's install revamp.
git-svn-id: svn://busybox.net/trunk/busybox@12891 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
205# have a chance of winning. 205# have a chance of winning.
206CFLAGS += $(CFLAGS_EXTRA) 206CFLAGS += $(CFLAGS_EXTRA)
207 207
208#------------------------------------------------------------
209# Installation options
210ifeq ($(strip $(CONFIG_INSTALL_APPLET_HARDLINKS)),y)
211INSTALL_OPTS=--hardlinks
212endif
213ifeq ($(strip $(CONFIG_INSTALL_APPLET_SYMLINKS)),y)
214INSTALL_OPTS=--symlinks
215endif
216ifeq ($(strip $(CONFIG_INSTALL_APPLET_DONT)),y)
217INSTALL_OPTS=
218endif
219
208.PHONY: dummy 220.PHONY: dummy