Changeset 6

Show
Ignore:
Timestamp:
12/10/06 11:12:44 (2 years ago)
Author:
ingy
Message:
 r2294@skinny-2:  ingy | 2006-12-10 11:10:23 -0800
 Bootstrapping code.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r2 r6  
    11all: 
    2         @echo Kwiki 2.0 under construction!!! 
     2        @echo No default target 
     3 
     4clean: 
     5        $(MAKE) -C lib clean 
     6        rm config.* 
  • trunk/server/Makefile

    r4 r6  
     1# We need to decide what we will support with these make files 
     2# 
     3# Which make will we support? 
     4# * gmake 
     5# * pmake ?  
     6# 
     7# How do I pass the current make environment to another sub-make? 
     8 
     9FOO:=$(shell ls) 
     10BAR:=$(shell exit) 
     11 
    112all: 
    2         @echo Kwiki 2.0 under construction!!! 
     13        # make sure libs tree is up to date