Show
Ignore:
Timestamp:
10/14/09 20:28:21 (3 years ago)
Author:
tg
Message:

ensure people don't try to build this as superuser

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/GNUmakefile

    r3732 r3880  
    77TOPDIR:=        $(shell pwd) 
    88PWD:=           ${TOPDIR} 
     9 
     10ifeq ($(shell id -u),0) 
     11$(error Do not build as root! It causes problems) 
     12endif 
    913 
    1014ifneq (${package},)