buildit
changeset 98 c21b46ed1efd
parent 0 b949c5054bc4
child 379 eace111d21de
equal deleted inserted replaced
97:f19fbb8b039b 98:c21b46ed1efd
     3 # buildit
     3 # buildit
     4 # Script for building OpenSolaris X Consolidation
     4 # Script for building OpenSolaris X Consolidation
     5 #
     5 #
     6 ###########################################################################
     6 ###########################################################################
     7 #
     7 #
     8 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     8 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     9 #
     9 #
    10 # Permission is hereby granted, free of charge, to any person obtaining a
    10 # Permission is hereby granted, free of charge, to any person obtaining a
    11 # copy of this software and associated documentation files (the
    11 # copy of this software and associated documentation files (the
    12 # "Software"), to deal in the Software without restriction, including
    12 # "Software"), to deal in the Software without restriction, including
    13 # without limitation the rights to use, copy, modify, merge, publish,
    13 # without limitation the rights to use, copy, modify, merge, publish,
    32 # or other dealings in this Software without prior written authorization
    32 # or other dealings in this Software without prior written authorization
    33 # of the copyright holder.
    33 # of the copyright holder.
    34 #
    34 #
    35 ###########################################################################
    35 ###########################################################################
    36 #
    36 #
    37 # ident "@(#)buildit	1.1	06/03/31 SMI"
    37 # ident "@(#)buildit	1.2	07/01/31 SMI"
    38 #
    38 #
    39 
    39 
    40 
    40 
    41 CLOBBER=0
    41 CLOBBER=0
    42 MAKE_PKGS=0
    42 MAKE_PKGS=0
    83 else
    83 else
    84     /bin/rm -rf proto-sun4-svr4
    84     /bin/rm -rf proto-sun4-svr4
    85 fi
    85 fi
    86 
    86 
    87 cd open-src
    87 cd open-src
    88 make -k clean beforeX-install
    88 make -k clean install
    89 cd ../..
       
    90 
       
    91 cd XORG_NV/
       
    92 ./buildit $XORG_BUILD_ARGS
       
    93 cd ..
       
    94 
       
    95 cd open-src
       
    96 make -k afterX-install
       
    97 cd ..
    89 cd ..
    98 
    90 
    99 if [ $MAKE_PKGS = 1 ] ; then
    91 if [ $MAKE_PKGS = 1 ] ; then
   100     PACKAGE_LIST=`cd packages && echo SUNW*`
    92     PACKAGE_LIST=`cd packages && echo SUNW*`
   101     export PACKAGE_LIST
    93     export PACKAGE_LIST