Changeset 161

Show
Ignore:
Timestamp:
07/02/06 01:33:03 (2 years ago)
Author:
tg
Message:

keep everything within 80 characters width

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r160 r161  
    1 # $FreeWRT: src/share/misc/licence.template,v 1.7 2006/04/09 22:08:49 tg Rel $ */ 
     1# $FreeWRT: src/share/misc/licence.template,v 1.7 2006/04/09 22:08:49 tg Rel $ 
    22#- 
    33# Copyright (c) 2006 
     
    8282 
    8383update-package: 
    84         find package/ -name Config.in -exec grep -r BR2_PACKAGE {} \;|awk '/config/ { print $$2 }'|sort|grep -v config |sed -e 's#.*#&=m#' >> .config       
     84        find package/ -name Config.in -exec grep -r BR2_PACKAGE {} \; | \ 
     85            awk '/config/ { print $$2 }' | sort | grep -v config | \ 
     86            sed -e 's#.*#&=m#' >>.config 
    8587 
    8688prereq: 
     
    121123        fi 
    122124        @echo "BASH=$$(which bash)" >>lbin/prereq.mk 
    123         @echo "GNU_HOST_NAME=$$(${CC} -dumpmachine | sed -e 's!mirbsd!openbsd!g')" >>lbin/prereq.mk 
     125        @echo "GNU_HOST_NAME=$$(${CC} -dumpmachine | \ 
     126            sed -e 's!mirbsd!openbsd!g')" >>lbin/prereq.mk 
    124127        @echo 'HOSTCC=${CC}' >>lbin/prereq.mk 
    125128        @x="$$(echo 'f:\n\techo P:$${CFLAGS}\n.include <bsd.prog.mk>' | \