all: ./newshver p4 install: all install -c p4 /usr/local/bin/p5 @case `file /usr/local/bin/p4` in \ *exec*) echo "Installed wrapper with name 'p5'"; \ ;; \ *) echo "Installed wrapper with names 'p4' and 'p5'"; \ install -c p4 /usr/local/bin/p4; \ ;; \ esac install -c p4pr.perl /usr/local/bin/ clean:
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 797 | Rick Richardson |
Add 'cdiff' command. By Eric Sybesma. Install with name 'p5' if /usr/local/bin/p4 already exists. Don't bother with md5sum on systems that don't have it. Use -c option on install for BSD. |
||
#1 | 690 | rlo | Rick Richardson's "p4wrapper" becomes a public depot utility. | ||
//guest/rick_richardson/perforce/utils/p4wrapper/Makefile | |||||
#2 | 665 | Rick Richardson | Add automatic version stamping. | ||
#1 | 648 | Rick Richardson | rename test. |