Changeset 6b05a25 in freewrt


Ignore:
Timestamp:
Sep 10, 2006, 12:27:42 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
398df5e
Parents:
02a9b19
Message:

avoid removing svn metadate here

git-svn-id: svn://www.freewrt.org/branches/wbx-target-cleanup@579 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

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

    r02a9b19 r6b05a25  
    3030        -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files ] && \
    3131                $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files/* $(IDIR_BASE_ARCH)
    32         -find $(IDIR_BASE) -type d -name CVS | xargs rm -rf
    33         -find $(IDIR_BASE) -type d -name .svn | xargs rm -rf
    34         -find $(IDIR_BASE) -name '.#*' | xargs rm -f
     32        -find $(IDIR_BASE_ARCH) -type d -name CVS | xargs rm -rf
     33        -find $(IDIR_BASE_ARCH) -type d -name .svn | xargs rm -rf
     34        -find $(IDIR_BASE_ARCH) -name '.#*' | xargs rm -f
    3535        $(IPKG_BUILD) $(IDIR_BASE_ARCH) $(PACKAGE_DIR)
    3636
Note: See TracChangeset for help on using the changeset viewer.