usr/src/Makefile
changeset 667 00b8c739a174
parent 588 0b7566d15369
child 809 8a6fba4105d7
equal deleted inserted replaced
666:f3b66961fa50 667:00b8c739a174
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include $(SRC)/Makefile.env
    26 include $(SRC)/Makefile.env
    27 
    27 
    28 java: tools
    28 java: tools
    31 doc: cmd lib java
    31 doc: cmd lib java
    32 
    32 
    33 publish := TARGET = publish
    33 publish := TARGET = publish
    34 publish: pkg
    34 publish: pkg
    35 
    35 
       
    36 test: lib cmd java
       
    37 
    36 qinstall:
    38 qinstall:
    37 	$(MAKE) install ANT='ant -Dquick=true'
    39 	$(MAKE) install ANT='ant -Dquick=true'
    38 
    40 
    39 include $(SRC)/Makefile.targ
    41 include $(SRC)/Makefile.targ