- 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 | |
---|---|---|---|---|---|
#1 | 1985 | Sean Nolan | my initial branch | 23 years ago | |
//guest/perforce_software/utils/p4wrapper/Makefile | |||||
#2 | 797 | Rick Richardson | Add 'cdiff' command. By Eric Sybesma. Install with name 'p5' if /usr/local/bin/p4 a...lready exists. Don't bother with md5sum on systems that don't have it. Use -c option on install for BSD. « |
24 years ago | |
#1 | 690 | rlo | Rick Richardson's "p4wrapper" becomes a public depot utility. | 24 years ago | |
//guest/rick_richardson/perforce/utils/p4wrapper/Makefile | |||||
#2 | 665 | Rick Richardson | Add automatic version stamping. | 24 years ago | |
#1 | 648 | Rick Richardson | rename test. | 24 years ago |