Changeset 983 in svn for trunk/genMakefile.tcl
- Timestamp:
- Feb 26, 2013, 6:03:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/genMakefile.tcl
r982 r983 347 347 @echo Building tarball of sources 348 348 @mkdir $(FOLDER) 349 @rsync -qavztup --exclude=CVS* CREDITS VERSION CHANGELOG FAQ Delphes.cpp Resolutions.cpp Resolutions_ATLAS.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities configure $(FOLDER) 350 @rm -f $(FOLDER)/$(SHARED) 349 @cp -a CREDITS VERSION CHANGELOG FAQ Delphes.cpp Resolutions.cpp Resolutions_ATLAS.cpp Makefile Makefile.arch rootlogon.C genMakefile.tcl interface routines src data Examples Utilities configure $(FOLDER) 350 @find $(FOLDER) -depth -name .\* -exec rm -rf {} \; 351 @find $(FOLDER) -depth -name CVS -exec rm -rf {} \; 351 352 @tar czf $(TARBALL) $(FOLDER) 352 353 @rm -rf $(FOLDER)
Note:
See TracChangeset
for help on using the changeset viewer.