Changeset a316a45 in freewrt
- Timestamp:
- Jun 19, 2006, 2:30:25 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 001c754
- Parents:
- 6223c2d
- Files:
-
- 1 deleted
- 4 edited
-
Makefile (modified) (1 diff)
-
rules.mk (modified) (1 diff)
-
scripts/sed.bsd (deleted)
-
toolchain/Makefile (modified) (1 diff)
-
toolchain/sed/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r6223c2d ra316a45 117 117 chmod 555 lbin/uname; \ 118 118 fi 119 @if ! sed --help 2>&1 | fgrep in-place >/dev/null 2>&1; then \120 cp scripts/sed.bsd lbin/sed; \121 chmod 555 lbin/sed; \122 fi123 119 @echo "BASH=$$(which bash)" >>lbin/prereq.mk 124 120 @echo "GNU_HOST_NAME=$$(${CC} -dumpmachine | sed -e 's!mirbsd!openbsd!g')" >>lbin/prereq.mk -
rules.mk
r6223c2d ra316a45 110 110 STRIP:=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-strip 111 111 PATCH=$(SCRIPT_DIR)/patch-kernel.sh 112 ifeq ($(shell [[ "$(OStype)" = *BSD ]] && echo 1),)113 112 SED:=$(STAGING_DIR)/bin/sed -i -e 114 else115 SED:=$(TOPDIR)/lbin/sed -i -e116 endif117 113 LINUX_DIR:=$(BUILD_DIR)/linux 118 114 LINUX_HEADERS_DIR:=$(TOOL_BUILD_DIR)/linux -
toolchain/Makefile
r6223c2d ra316a45 2 2 include $(TOPDIR)/rules.mk 3 3 4 ifeq ($(shell [[ "$(OStype)" = *BSD ]] && echo 1),)5 4 BUILD_SED:=sed 6 5 BUILD_SED_DEP:=sed-install 7 else8 BUILD_SED:=9 BUILD_SED_DEP:=10 endif11 6 12 7 TARGETS:=$(BUILD_SED) binutils gcc uClibc ipkg-utils gdb libnotimpl utils lzma -
toolchain/sed/Makefile
r6223c2d ra316a45 27 27 $(SED_DIR)/.configured: $(SED_DIR)/.unpacked 28 28 (cd $(SED_DIR); rm -rf config.cache; \ 29 ac_cv_header_wchar_h=no \ 29 30 ./configure \ 31 --disable-nls \ 30 32 --prefix=$(STAGING_DIR) \ 31 33 --prefix=/usr \ … … 48 50 rm -rf $(STAGING_DIR)/share/locale $(STAGING_DIR)/usr/info \ 49 51 $(STAGING_DIR)/usr/man $(STAGING_DIR)/usr/share/doc; fi 52 @ln -sf $(STAGING_DIR)/$(SED_TARGET_BINARY) $(TOPDIR)/lbin/sed 50 53 51 54 use-sed-host-binary:
Note:
See TracChangeset
for help on using the changeset viewer.
