Changeset 0ab6b7d in freewrt


Ignore:
Timestamp:
Aug 15, 2025, 2:32:37 PM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
75316bb
Parents:
bc707c7
git-author:
Waldemar Brodkorb <wbx@…> (08/15/25 14:31:47)
git-committer:
Waldemar Brodkorb <wbx@…> (08/15/25 14:32:37)
Message:

fix license header, do not remove cvs/svn dirs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files-arch/Makefile

    rbc707c7 r0ab6b7d  
    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
    74include $(TOPDIR)/rules.mk
     
    6764                $(IDIR_BASE_ARCH)/etc/network/interfaces
    6865endif
    69         -find $(IDIR_BASE_ARCH) -type d -name CVS | xargs rm -rf
    70         -find $(IDIR_BASE_ARCH) -type d -name .svn | xargs rm -rf
    7166        -find $(IDIR_BASE_ARCH) -name '.#*' | xargs rm -f
    7267        $(IPKG_BUILD) $(IDIR_BASE_ARCH) $(PACKAGE_DIR)
Note: See TracChangeset for help on using the changeset viewer.