Changeset 3298
- Timestamp:
- May 6, 2007, 1:44:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/perl/Makefile.kmk
r3223 r3298 22 22 # The usual targets. 23 23 # 24 all_recursive: \ 25 config \ 26 build \ 27 install 24 28 25 29 # configuring 26 30 .PHONY: config 31 .NOTPARALLEL: config 27 32 config: 28 33 $(RM) -f config.sh Policy.sh … … 41 46 -Dd_dirfd='undef' \ 42 47 -Dcf_by='kNIX' 48 43 49 44 50 # building 45 51 .PHONY: build 52 .NOTPARALLEL: build 46 53 build: 47 54 +$(GMAKE) MAKE=$(GMAKE) … … 49 56 # testing 50 57 .PHONY: check test 58 .NOTPARALLEL: check test 51 59 check test: 52 60 +$(GMAKE) MAKE=$(GMAKE) test … … 54 62 # installation 55 63 .PHONY: install 64 .NOTPARALLEL: install 56 65 install: 57 66 +$(GMAKE) MAKE=$(GMAKE) \ … … 70 79 # packing 71 80 .PHONY: pass_packing 81 .NOTPARALLEL: pass_packing 72 82 pass_packing: defaultpacking 73 83 … … 78 88 79 89 .PHONY: depend 90 .NOTPARALLEL: depend 80 91 depend: 81 92 $(RMDIR) $(wildcard .depending ./*/.depending ./*/*/.depending ./*/*/*/.depending) 82 93 +$(GMAKE) MAKE=$(GMAKE) depend 83 94 95
Note:
See TracChangeset
for help on using the changeset viewer.