diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-07 17:44:14 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-07 17:44:14 +0000 |
commit | 19935b5e6234e0089f1742e1f5ee179c04e7efc5 (patch) | |
tree | 60a1989d4fabc0ac8e2979a63b5ec3f8dea48337 /INSTALL | |
parent | b9cbb7aa51616bb7dcdbed8c8fe05ed99223aa5f (diff) | |
download | busybox-w32-19935b5e6234e0089f1742e1f5ee179c04e7efc5.tar.gz busybox-w32-19935b5e6234e0089f1742e1f5ee179c04e7efc5.tar.bz2 busybox-w32-19935b5e6234e0089f1742e1f5ee179c04e7efc5.zip |
- Note that directories for make have to be given as absolute paths.
git-svn-id: svn://busybox.net/trunk/busybox@11802 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ A) Building in the source-tree: | |||
23 | B) Building out-of-tree: | 23 | B) Building out-of-tree: |
24 | ------------------------ | 24 | ------------------------ |
25 | 25 | ||
26 | Note that top_srcdir, O and top_builddir have to be given as absolute paths. | ||
27 | |||
26 | 1) make the directory to hold the object files and chdir to it: | 28 | 1) 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: |