On Tue, Jun 03, 2003 at 06:29:22AM +1000, Daniel Stone wrote: > > 2) line 584 of debian/rules > > for DIR in config extras include util \ > > lib/GL lib/Xau lib/Xdmcp lib/font lib/xkbfile lib/xtrans \ > > programs/Xserver; do \ > > mkdir -p $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR); \ > > ^^^ You miss that ------------------------------------------------^ > > cp -drs $(SOURCE_TREE)/$$DIR $(SOURCE_TREE)-xserver-xfree86-dbg/$$DIR; \ > > done > > This look like an extraneous parents.
s/parents/parenthese/ > Do you mean you think the make -p is bad? If so, consider what happens > when you run mkdir $(SOURCE_TREE)-xserver-xfree86-dbg/lib/GL. I have nothing against the -p, but sh choke on $$DIR) Sorry for the confusion, and thanks for your answer! Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

