Changeset 2492

Show
Ignore:
Timestamp:
05/13/07 02:08:18 (2 years ago)
Author:
tg
Message:

remove an unportability and a basic makefile rules verstoß wbx@ says that
were caused by nbd

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/target/image/brcm/Makefile

    r2365 r2492  
    5555 
    5656$(KDIR)/loader.tmp.gz: lzma-loader-compile 
    57         $(CP) $(BUILD_DIR)/loader.gz $@ 
    58         echo -ne "\\x00" >> $@ 
     57        ( cat ${BUILD_DIR}/loader.gz; printf '\x00' ) >$@ 
    5958 
    6059install-loader: $(KDIR)/loader.tmp.gz