Rules like flash-automount now touches $(flashprefix)/root for makes sake. $(flashroot)/root-[cramfs,squashfs,jffs2] now no longer depends on $(flashprefix)/root, no longer rebuilt by changes in the latter.
# Experimental, does (essentially) nothing unless $(updatehttpprefix) is # nonempty. # Create a file with URLs containing lists of possible image files for # updating. Don't let the name confuse: This convers all sort of image # files, not just cramfs. The file name is well established though. $(flashprefix)/root/etc/cramfs.urls: @rm -f $@ @touch $@ if [ ! -z $(updatehttpprefix) ] ; then \ echo $(updatehttpprefix)cramfs.list >> $@; \ echo $(updatehttpprefix)squashfs.list >> $@; \ echo $(updatehttpprefix)img.list >> $@; \ fi @FLASHROOTDIR_MODIFIED@ @TUXBOX_CUSTOMIZE@
|
cvs-admin email: cvs-root at cvs dot tuxbox dot org Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |