Changeset 6b05a25 in freewrt
- Timestamp:
- Sep 10, 2006, 12:27:42 PM (19 years ago)
- Children:
- 398df5e
- Parents:
- 02a9b19
- File:
-
- 1 edited
-
package/base-files-arch/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files-arch/Makefile
r02a9b19 r6b05a25 30 30 -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files ] && \ 31 31 $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files/* $(IDIR_BASE_ARCH) 32 -find $(IDIR_BASE ) -type d -name CVS | xargs rm -rf33 -find $(IDIR_BASE ) -type d -name .svn | xargs rm -rf34 -find $(IDIR_BASE ) -name '.#*' | xargs rm -f32 -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 35 35 $(IPKG_BUILD) $(IDIR_BASE_ARCH) $(PACKAGE_DIR) 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
