- removed all stuff related to tecs
- allow short make command by means of SICS_MAKE_VERSION env.variable
This commit is contained in:
25
makefile_
Normal file
25
makefile_
Normal file
@ -0,0 +1,25 @@
|
||||
# M. Zolliker 03.2005
|
||||
# this file shows the correct usage of make in the sics source directory
|
||||
|
||||
%: usage
|
||||
@echo
|
||||
|
||||
%.o: usage
|
||||
@echo
|
||||
|
||||
default: usage
|
||||
|
||||
usage:
|
||||
@ echo ""
|
||||
@ echo "Usage:"
|
||||
@ echo ""
|
||||
@ echo " make -f makefile_xxx [target]"
|
||||
@ echo ""
|
||||
@ echo ' where makefile_xxx is one of'
|
||||
@ echo ""
|
||||
@ ls -1 makefile_?* | pr -t -o 4
|
||||
@ echo ""
|
||||
@ echo " or use make without args:"
|
||||
@ echo ""
|
||||
@ echo " setenv SICS_MAKE_VERSION slinux"
|
||||
@ echo " make [target]"
|
Reference in New Issue
Block a user