Hi Jeffrey, > +riscpkg: $(TARGET) > + rm -rf ArcEm > + mkdir -p ArcEm/Apps/Misc > + cp -r riscos-single/RiscPkg ArcEm > + cp -r !ArcEm ArcEm/Apps/Misc > + rm ArcEm/Apps/Misc/!ArcEm/arcem > + elf2aif !ArcEm/arcem ArcEm/Apps/Misc/!ArcEm/arcem,ff8 > + cp arcemrc ArcEm/Apps/Misc/!ArcEm/.arcemrc > + cp -r docs ArcEm/Apps/Misc/!ArcEm > + mkdir -p ArcEm/Apps/Misc/!ArcEm/extnrom > + find support_modules -name *,ffa -exec cp '{}' > ArcEm/Apps/Misc/!ArcEm/extnrom \; > + find ArcEm -type d | grep CVS | xargs rm -r
Could that be the more specific find ArcEm -name CVS -type d -print | xargs rm -r > + find ArcEm -name .cvsignore | xargs -0 rm -r This one seems odd; -0 on the xargs side but no -print0 from find. Also, if we expect .cvsignore to be a file them may as well limit the find to just those and remove rm's -r. > + wget http://arcem.sf.net/manual/$(MANUAL).html -O > ArcEm/Apps/Misc/!ArcEm/manual.html > + cp docs/COPYING ArcEm/Apps/Misc > + mkdir ArcEm/Apps/Misc/hostfs Cheers, Ralph. ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d -- arcem-devel mailing list arcem-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/arcem-devel