[Armadeus-commitlog] SF.net SVN: armadeus:[1040] trunk/Makefile
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-01-30 13:18:35
|
Revision: 1040
http://armadeus.svn.sourceforge.net/armadeus/?rev=1040&view=rev
Author: artemys
Date: 2009-01-30 13:18:33 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
[BUILDROOT] Correct small bug in Makefile
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-01-30 09:18:09 UTC (rev 1039)
+++ trunk/Makefile 2009-01-30 13:18:33 UTC (rev 1040)
@@ -124,7 +124,7 @@
@$(MAKE) -C $(BUILDROOT_DIR) linux26clean
%_defconfig: $(BUILDROOT_DIR)/.unpacked
- @if [ -e "./$(BUILDROOT_DIR)/target/device/armadeus/$(patsubst %_defconfig,%,$@)/$@" ]; then \
+ @if [ -e "$(BUILDROOT_DIR)/target/device/armadeus/$(patsubst %_defconfig,%,$@)/$@" ]; then \
rm -f $(BUILDROOT_DIR)/.config ; \
$(MAKE) -C $(BUILDROOT_DIR) $@ ; \
$(MAKE) -C $(BUILDROOT_DIR) menuconfig ; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|