Commit 44eedc5c authored by Eric Andersen's avatar Eric Andersen
Browse files

facelift step number two

parent 73f7be82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
UMlinux
.config*
root_fs*
build_*
toolchain_build_*
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in
include package/*/Makefile.in
include target/Makefile.in
include target/*/Makefile.in

#############################################################
#
+2 −3
Original line number Diff line number Diff line
@@ -11,9 +11,8 @@ TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING)

HOSTCC:=gcc
BASE_DIR:=${shell pwd}
SOURCE_DIR:=$(BASE_DIR)/sources
DL_DIR:=$(SOURCE_DIR)/dl
PATCH_DIR=$(SOURCE_DIR)/patches
DL_DIR:=$(BASE_DIR)/sources/dl
PATCH_DIR=$(BASE_DIR)/sources/patches
BUILD_DIR:=$(BASE_DIR)/build_$(ARCH)$(ARCH_FPU_SUFFIX)
TARGET_DIR:=$(BUILD_DIR)/root
STAGING_DIR=$(BUILD_DIR)/staging_dir
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ $(TARGET_DIR)/$(BISON_TARGET_BINARY): $(BISON_DIR)/$(BISON_BINARY)
	$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BISON_DIR) install
	rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \
		$(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
	cp -a $(SOURCE_DIR)/yacc $(TARGET_DIR)/usr/bin/yacc
	cp -a package/bison/yacc $(TARGET_DIR)/usr/bin/yacc

bison: uclibc $(TARGET_DIR)/$(BISON_TARGET_BINARY)

+0 −0

File moved.

Loading