From: Pat LaVarre <p.lavarre@ieee.org>
To: linux-fsdevel@vger.kernel.org
Subject: use cvs udftools means what
Date: 23 Oct 2003 11:16:55 -0600 [thread overview]
Message-ID: <1066929415.2276.52.camel@patehci2> (raw)
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
next reply other threads:[~2003-10-23 17:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-23 17:16 Pat LaVarre [this message]
2003-10-24 21:15 ` use cvs udftools means what Pat LaVarre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1066929415.2276.52.camel@patehci2 \
--to=p.lavarre@ieee.org \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox