Changeset 3298


Ignore:
Timestamp:
May 6, 2007, 1:44:54 AM (18 years ago)
Author:
bird
Message:

all_recursive...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/Makefile.kmk

    r3223 r3298  
    2222# The usual targets.
    2323#
     24all_recursive: \
     25        config \
     26        build \
     27        install
    2428
    2529# configuring
    2630.PHONY: config
     31.NOTPARALLEL: config
    2732config:
    2833        $(RM) -f config.sh Policy.sh
     
    4146                -Dd_dirfd='undef' \
    4247                -Dcf_by='kNIX'
     48
    4349               
    4450# building
    4551.PHONY: build
     52.NOTPARALLEL: build
    4653build:
    4754        +$(GMAKE) MAKE=$(GMAKE)
     
    4956# testing
    5057.PHONY: check test
     58.NOTPARALLEL: check test
    5159check test:
    5260        +$(GMAKE) MAKE=$(GMAKE) test
     
    5462# installation
    5563.PHONY: install
     64.NOTPARALLEL: install
    5665install:
    5766        +$(GMAKE) MAKE=$(GMAKE) \
     
    7079# packing
    7180.PHONY: pass_packing
     81.NOTPARALLEL: pass_packing
    7282pass_packing: defaultpacking
    7383
     
    7888
    7989.PHONY: depend
     90.NOTPARALLEL: depend
    8091depend:
    8192        $(RMDIR)  $(wildcard .depending ./*/.depending ./*/*/.depending ./*/*/*/.depending)
    8293        +$(GMAKE) MAKE=$(GMAKE) depend
    8394
     95
Note: See TracChangeset for help on using the changeset viewer.