Show
Ignore:
Timestamp:
10/04/07 08:30:37 (5 years ago)
Author:
andi
Message:

/var directory will be JFFS2 (instead of /conf)
fix cleanup-root.sh for correct handling (initial /var)
update buildroot Makefile (do not symlink /var)
update owi Makefile (correct cleanup code)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/build/buildroot/Makefile

    r427 r472  
    88                        $(CP) -a $(ROOTDIR) $(NEWROOTDIR) ; \ 
    99                        $(CLEANUPROOT) $(NEWROOTDIR) ; \ 
    10                         $(LN) -s ../etc/var $(NEWROOTDIR)/var ; \ 
    1110                fi 
    1211