search for: originalfile

Displaying 2 results from an estimated 2 matches for "originalfile".

Did you mean: original_file
2007 Dec 24
1
Question on menu/Makefile
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Was just working with the latest 3.54, and find that the Makefile in the menu directory didn't work until I added the /include/syslinux to the file. < CFLAGS = $(M32) -mregparm=3 -DREGPARM=3 -W -Wall - march=i386 -Os -fomit-frame-pointer -I$(LUDIR)/include - I$(COM32DIR)/include -I$(COM32DIR)/include/syslinux -Ilibmenu - D__COM32__ -
2003 Dec 11
3
[RFC] transfer files listed in a file.
Hi, We've found a need to list the files to transfer in a files since our command lines got too long. Anyway, the attached patch implements reading from a file with two command line options. The first is from-file, this file contains a list of files to get from src. The second is subst-file which contains a list of files to send to dst. e.g. rsync -f rsync.files jim@server::jim/ . and