Changeset 205


Ignore:
Timestamp:
Apr 5, 2006, 9:58:35 AM (17 years ago)
Author:
joshe
Message:

Have make print a helpful error message if configure has not been run.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r201 r205  
    1 include Makefile.config
     1-include Makefile.config
    22include Makefile.common
     3
     4ifndef CONFIGURE_RUN
     5$(error You must run ./configure first)
     6endif
    37
    48ifneq ($(SYSTEM),Darwin)
  • trunk/configure

    r200 r205  
    293293rm -f Makefile.config
    294294cat > Makefile.config << EOF
     295CONFIGURE_RUN  = yes
    295296SYSTEM         = $SYSTEM
    296297BEOS_NETSERVER = $BEOS_NETSERVER
Note: See TracChangeset for help on using the changeset viewer.