projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
420cf17
)
Get rid of the code computing ROOTFS_SUFFIX
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Wed, 28 Apr 2010 21:40:55 +0000
(23:40 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 2 May 2010 22:00:07 +0000
(
00:00
+0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index adc645ee788eb049c134b1ffb659b46911f64876..5f7af99ce00020189fa414475dbd5180954859d0 100644
(file)
--- a/
package/Makefile.in
+++ b/
package/Makefile.in
@@
-95,14
+95,6
@@
TARGET_CXXFLAGS=$(TARGET_CFLAGS)
TARGET_LDFLAGS=--sysroot $(STAGING_DIR)/
endif
#########################################################################
-#ifeq ($(BR2_ROOTFS_SUFFIX),)
-ROOTFS_SUFFIX:=$(call qstrip,$(BR2_ROOTFS_SUFFIX))
-ifeq ($(ROOTFS_SUFFIX),)
-ROOTFS_SUFFIX:=
-else
-XXXX=xxxx
-ROOTFS_SUFFIX:=-$(BR2_ROOTFS_SUFFIX)
-endif
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)