Changeset 3 for pjproject/main/Makefile


Ignore:
Timestamp:
Nov 1, 2005 5:56:59 PM (18 years ago)
Author:
bennylp
Message:

Just changing keyword expansion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/Makefile

    r2 r3  
    4444        rm -f dos2unix.tmp 
    4545 
     46xhdrid: 
     47        for f in `find . | egrep '\.(h|c|S|s|cpp|hpp)$$'`; do \ 
     48                echo Processing $$f...; \ 
     49                cat $$f | sed 's/.*\$$Author\$$/ */' > /tmp/id; \ 
     50                cp /tmp/id $$f; \ 
     51        done 
     52 
Note: See TracChangeset for help on using the changeset viewer.