[uClibc] Buildroot: cramfsroot.mk

Goetz Bock bock+uclibc at blacknet.de
Fri Nov 21 03:39:16 UTC 2003


While tring to get the sources to gether for the buildroot (make
source), I had to write this small patch to make cramfsroot.mk work:

BTW: for some reasonst toolchain_build_$(ARCH) is never created.
BTW2: buildroot from CVS as of about 20031120 02:30 CET


Index: make/cramfsroot.mk
===================================================================
RCS file: /var/cvs/buildroot/make/cramfsroot.mk,v
retrieving revision 1.5
diff -u -r1.5 cramfsroot.mk
--- make/cramfsroot.mk  12 Nov 2003 09:31:11 -0000      1.5
+++ make/cramfsroot.mk  21 Nov 2003 03:36:54 -0000
@@ -21,7 +21,7 @@

 cramfs: $(CRAMFS_DIR)/mkcramfs

-cramfs-source: $(DL_DIR)/$(CRAMFS_DIR)
+cramfs-source: $(DL_DIR)/$(CRAMFS_SOURCE)

 cramfs-clean:
        -$(MAKE) -C $(CRAMFS_DIR) clean

-- 
/"\ Goetz Bock at blacknet dot de  --  secure mobile Linux everNETting
\ /                     (c) 2003 as GNU FDL 1.1
 X   [ 1. Use descriptive subjects - 2. Edit a reply for brevity -  ]
/ \  [ 3. Reply to the list - 4. Read the archive *before* you post ]



More information about the uClibc mailing list