Changeset f113c4e in git for doc/genMakefile.tcl
- Timestamp:
- Nov 17, 2017, 3:32:17 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0f2e086
- Parents:
- b337352 (diff), 1605565 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Pavel Demin <pavel-demin@…> (11/17/17 15:32:17)
- git-committer:
- GitHub <noreply@…> (11/17/17 15:32:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
rb337352 rf113c4e 413 413 @echo ">> Generating $@" 414 414 @rootcint -f $@ -c -Iexternal $< 415 @echo "#define private public" > $@.arch 416 @echo "#define protected public" >> $@.arch 415 @echo " " > $@.arch 417 416 @mv $@ $@.base 418 417 @cat $@.arch $< $@.base > $@
Note:
See TracChangeset
for help on using the changeset viewer.