Changeset 0ab6b7d in freewrt
- Timestamp:
- Aug 15, 2025, 2:32:37 PM (4 months ago)
- 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)
- File:
-
- 1 edited
-
package/base-files-arch/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files-arch/Makefile
rbc707c7 r0ab6b7d 1 # $FreeWRT$2 #-3 1 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 2 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/licence for details.6 3 7 4 include $(TOPDIR)/rules.mk … … 67 64 $(IDIR_BASE_ARCH)/etc/network/interfaces 68 65 endif 69 -find $(IDIR_BASE_ARCH) -type d -name CVS | xargs rm -rf70 -find $(IDIR_BASE_ARCH) -type d -name .svn | xargs rm -rf71 66 -find $(IDIR_BASE_ARCH) -name '.#*' | xargs rm -f 72 67 $(IPKG_BUILD) $(IDIR_BASE_ARCH) $(PACKAGE_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.
