Changeset 1b2d56f in freewrt for Makefile


Ignore:
Timestamp:
Aug 13, 2025, 3:28:59 AM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
18face91
Parents:
7e836b6
Message:

linux: update to 6.12, cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7e836b6 r1b2d56f  
    1 # $FreeWRT$
    2 #-
    31# This file is part of the FreeWRT project. FreeWRT is copyrighted
    42# material, please see the LICENCE file in the top-level directory
    5 # or at http://www.freewrt.org/licence for details.
    63
    74GMAKE?=         $(PWD)/lbin/gmake
     
    3431        @echo '                 (default if .config exists)'
    3532        @echo '  v            - Same as "all" but with logging to make.log enabled'
    36         @echo '  targz|tarbz2 - Create a distribution tarball (runs distclean)'
    3733
    3834
     
    5854        @${GMAKE_INV} distclean
    5955        @-rm -rf lbin
    60         @-rm -f make.log .prereq_done _pax* freewrt.tar.*
     56        @-rm -f make.log .prereq_done
    6157
    6258image_clean: .prereq_done
     
    146142        @touch $@
    147143
    148 _tarball: .prereq_done
    149         @rm -f _pax*
    150         @${GMAKE_INV} tools/paxmirabilis-compile
    151         @install -c -m 555 tools_build/paxmirabilis/pax _pax
    152         @${GMAKE_INV} distclean
    153         @-rm -rf lbin
    154         @-rm -f make.log .prereq_done freewrt.tar.*
    155         @find . | \
    156             grep -v -e '^\.$$' -e '^\./_pax' -e '/\.svn' | \
    157             sed -e 's^\./' | \
    158             sort >_pax.flst
    159 
    160 targz: _tarball
    161         @./_pax -w -b 512 -d -M dist -P -t -v -x ustar <_pax.flst | \
    162             gzip -n9 >freewrt.tar.gz
    163         @rm -f _pax*
    164 
    165 tarbgz2: _tarball
    166         @./_pax -w -b 512 -d -M dist -P -t -v -x ustar <_pax.flst | \
    167             bzip2 --best >freewrt.tar.bz2
    168         @rm -f _pax*
    169 
    170 .PHONY: prereq prereq-noerror _tarball targz tarbz2
     144.PHONY: prereq prereq-noerror
Note: See TracChangeset for help on using the changeset viewer.