- random whitespace cleanup

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-22 11:47:22 +00:00
parent e1c81b6327
commit 3471ebe0a3
10 changed files with 157 additions and 159 deletions

View File

@ -83,7 +83,8 @@ $(TARGET_DIR)/$(HAL_TARGET_BINARY): $(HAL_DIR)/hald/hald
hald-probe-serial hald-probe-smbios \
hal-storage-eject hal-storage-closetray \
hal-system-power-pmu hald-probe-input \
hald-probe-hiddev hald-addon-hid-ups; do \
hald-probe-hiddev hald-addon-hid-ups; \
do \
rm -f $(TARGET_DIR)/usr/libexec/$$file; \
done
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libhal*

View File

@ -36,17 +36,13 @@ $(VPNC_TARGET_BINARY): $(VPNC_BINARY)
BINDIR=/usr/local/bin \
SBINDIR=/usr/local/sbin \
ETCDIR=/etc/vpnc \
MANDIR=/usr/local/share/man \
MANDIR=/usr/share/man \
VERSION=$(VPNC_VERSION) \
INCLUDE=$(STAGING_DIR)/usr/include \
LDFLAGS="-g -lgcrypt -lgpg-error" \
-C $(VPNC_DIR) install
$(STRIP) $(STRIP_STRIP_UNNEEDED) $(VPNC_TARGET_BINARY)
# CFLAGS+="-W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g -DVERSION=\"$(VPNC_VERSION)\" -c" \
vpnc: uclibc $(VPNC_TARGET_BINARY)
vpnc-source: $(DL_DIR)/$(VPNC_SOURCE)

View File

@ -109,7 +109,8 @@ $(BINARIES_DIR)/$(UBOOT_BIN): $(UBOOT_BUILD_DIR)/u-boot.bin
uboot-bin: $(BINARIES_DIR)/$(UBOOT_BIN) /tftpboot/$(UBOOT_BIN)
$(UBOOT_CUSTOM).test: .config $(UBOOT_BUILD_DIR)/.configured
echo "/* Automatically generated file, do not edit */" > $(UBOOT_CUSTOM).test
echo "/* Automatically generated file, do not edit */" \
> $(UBOOT_CUSTOM).test
ifneq ($(TARGET_HOSTNAME),)
echo "#if defined(CONFIG_HOSTNAME)">> $(UBOOT_CUSTOM).test
echo "#undef CONFIG_HOSTNAME">> $(UBOOT_CUSTOM).test