Changeset 138


Ignore:
Timestamp:
04/15/09 14:23:50 (15 years ago)
Author:
bas
Message:

Try a new setup method

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r107 r138  
    2626
    2727compile:
    28         @echo "done compiling"
     28        python setup.py build
    2929
    3030install: install-conf install-examples install-pxemenu
     31        python ./setup.py install --prefix $(DESTDIR)/$(exec_prefix)
    3132        $(INSTALL) -d $(DESTDIR)$(SBIN_DIR)
    3233        $(INSTALL) -d $(DESTDIR)$(BIN_DIR)
  • trunk/configure

    r120 r138  
    18001800
    18011801
    1802 ac_config_files="$ac_config_files Makefile pxeconfig pxeconfigd hexls examples/pxeconfigd.xinetd"
     1802ac_config_files="$ac_config_files Makefile pxeconfig.py pxeconfigd hexls examples/pxeconfigd.xinetd"
    18031803
    18041804cat >confcache <<\_ACEOF
     
    23702370  case $ac_config_target in
    23712371    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    2372     "pxeconfig") CONFIG_FILES="$CONFIG_FILES pxeconfig" ;;
     2372    "pxeconfig.py") CONFIG_FILES="$CONFIG_FILES pxeconfig.py" ;;
    23732373    "pxeconfigd") CONFIG_FILES="$CONFIG_FILES pxeconfigd" ;;
    23742374    "hexls") CONFIG_FILES="$CONFIG_FILES hexls" ;;
  • trunk/configure.in

    r120 r138  
    5959AC_OUTPUT(
    6060        Makefile
    61         pxeconfig
     61        pxeconfig.py
    6262        pxeconfigd
    6363        hexls
Note: See TracChangeset for help on using the changeset viewer.