aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-07 17:44:14 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-07 17:44:14 +0000
commitb8faa7ea603cb91d742e2099d1f035787b3ea4eb (patch)
tree60a1989d4fabc0ac8e2979a63b5ec3f8dea48337
parentdfd1eb03872cb9bc154d70c5cc02706a580a9827 (diff)
downloadbusybox-w32-b8faa7ea603cb91d742e2099d1f035787b3ea4eb.tar.gz
busybox-w32-b8faa7ea603cb91d742e2099d1f035787b3ea4eb.tar.bz2
busybox-w32-b8faa7ea603cb91d742e2099d1f035787b3ea4eb.zip
- Note that directories for make have to be given as absolute paths.
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 00ba6633a..cd9fa4131 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,8 @@ A) Building in the source-tree:
23B) Building out-of-tree: 23B) Building out-of-tree:
24------------------------ 24------------------------
25 25
26Note that top_srcdir, O and top_builddir have to be given as absolute paths.
27
261) make the directory to hold the object files and chdir to it: 281) make the directory to hold the object files and chdir to it:
27 'mkdir /tmp/bb ; cd /tmp/bb' 29 'mkdir /tmp/bb ; cd /tmp/bb'
28 Then prepare the config giving the full path to the source in top_srcdir: 30 Then prepare the config giving the full path to the source in top_srcdir: