Linux filesystem development
 help / color / mirror / Atom feed
* use cvs udftools means what
@ 2003-10-23 17:16 Pat LaVarre
  2003-10-24 21:15 ` Pat LaVarre
  0 siblings, 1 reply; 2+ messages in thread
From: Pat LaVarre @ 2003-10-23 17:16 UTC (permalink / raw)
  To: linux-fsdevel

Anybody here know how to make the cvs udftools without error?

Bonehead newbie me, I fell into at least Three revolting kluges:

1) Into the cvs udftools/ I copy configure and config/ from
udftools-1.0.0b2/.

2) Also I copy all six of the files named Makefile.in.

3) Also I begin by accepting unchanged the Makefile initially composed
by `./configure`, but then after the first try at `make` fails with the
side effect of revising the Makefile, I then reestablish a line of the
original Makefile:

-SUBDIRS = libudffs mkudffs cdrwtool pktsetup udffsck wrudf doc udfct
+SUBDIRS = libudffs mkudffs cdrwtool pktsetup doc

Pat LaVarre

----- cvsudfmake script

tar -xzf udftools-cvs.tar.gz

mv -i udftools udftools-cvs

cd udftools-1.0.0b2
cp -idpr config configure ../udftools-cvs/
f=./Makefile.in; cp -idpr $f ../udftools-cvs/$f
f=./libudffs/Makefile.in; cp -idpr $f ../udftools-cvs/$f
f=./mkudffs/Makefile.in; cp -idpr $f ../udftools-cvs/$f
f=./cdrwtool/Makefile.in; cp -idpr $f ../udftools-cvs/$f
f=./pktsetup/Makefile.in; cp -idpr $f ../udftools-cvs/$f
f=./doc/Makefile.in; cp -idpr $f ../udftools-cvs/$f

cd ../udftools-cvs
./configure
grep '^SUBDIRS =' Makefile
SUBDIRS = libudffs mkudffs cdrwtool pktsetup doc
make
grep '^SUBDIRS' Makefile
cp -ip Makefile Makefile.old
<Makefile.old sed 's/^SUBDIRS.*/SUBDIRS = libudffs mkudffs cdrwtool
pktsetup doc/' >Makefile
diff -0 -u Makefile.old Makefile
make
make dist
ls -lrt *.tar.*

-----

That udftools-cvs.tar.gz you see mentioned I got thru a different
firewall via:

setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/linux-udf
cvs login
cvs co udftools
cvs logout

Those four hints I got from my own "Re:  Fwd: udf folders pointing to
self and above" post:
http://marc.theaimsgroup.com/?l=linux-fsdevel&m=106691164821008



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-24 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-23 17:16 use cvs udftools means what Pat LaVarre
2003-10-24 21:15 ` Pat LaVarre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox