r1707 - in trunk/vendors/Nintendo

Malcolm malcolm.parsons at gmail.com
Fri Apr 13 21:50:01 CEST 2007


On 4/13/07, stsp at dslinux.in-berlin.de <stsp at dslinux.in-berlin.de> wrote:

>         echo "$(VERSIONSTR) -- " `date` > $(ROMFSDIR)/etc/version
> -
> +       touch $(ROMFSDIR)/$(FATFS)/linux/var/run/.keep
>  image:

I'd prefer something like

for i in `find $(ROMFSDIR)/$(FATFS)/linux -type d` ; do touch $i/.keep; done

So that /home is created too.

-- 
Malcolm Parsons



More information about the dslinux-devel mailing list