Kris Buytaert wrote:
> I Just checked out rev 3344 and I`m running into the following error.
>
> make: *** No rule to make target
> `/data/src/redhat/BUILD/systemimager-3.5.4/src/util-linux-2.12r/disk-utils/mkswap', needed by `/data/src/redhat/BUILD/systemimager-3.5.4/tmp/boel_binaries.tar.gz'. Stop.
>
>
> Looks familiar ?
>
> I`ll have a closer look ..
>
>

Fixed. Many thanks!

-Andrea

-------- Original Message --------
Subject: [Systemimager-commits] r3345 - trunk/make.d
Date: Thu, 22 Dec 2005 14:37:10 -0600
From: Andrea Righi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Author: arighi
Date: 2005-12-22 14:37:09 -0600 (Thu, 22 Dec 2005)
New Revision: 3345

Modified:
   trunk/make.d/util-linux.rul
Log:
fix: correct binaries target

Modified: trunk/make.d/util-linux.rul
===================================================================
--- trunk/make.d/util-linux.rul 2005-12-22 02:49:08 UTC (rev 3344)
+++ trunk/make.d/util-linux.rul 2005-12-22 20:37:09 UTC (rev 3345)
@@ -26,12 +26,9 @@
 PHONY += util-linux
 util-linux:    $(MKSWAP_BINARY) $(SFDISK_BINARY)

-$(SFDISK_BINARY):   $(SRC_DIR)/$(UTIL_LINUX_DIR)/make_include
+$(UTIL_LINUX_BINARIES):   $(SRC_DIR)/$(UTIL_LINUX_DIR)/make_include
        $(MAKE) -j $(NCPUS) -C $(SRC_DIR)/$(UTIL_LINUX_DIR)

-$(MKSWAP_BINARY):   $(SRC_DIR)/$(UTIL_LINUX_DIR)/make_include
-       $(MAKE) -j $(NCPUS) -C $(SRC_DIR)/$(UTIL_LINUX_DIR)
-
$(SRC_DIR)/$(UTIL_LINUX_DIR)/make_include: $(SRC_DIR)/$(UTIL_LINUX_TARBALL)
        rm -rf $(SRC_DIR)/$(UTIL_LINUX_DIR)
        ( cd $(SRC_DIR) && tar -xvjf $(UTIL_LINUX_TARBALL) && \



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to