{arch} directories and catagory.mk - firefox on debian
- From: Bryan Hundven <bryan darkstar livid org>
- To: "garnome" <garnome-list gnome org>
- Subject: {arch} directories and catagory.mk - firefox on debian
- Date: Fri, 07 Jan 2005 20:17:57 -0800
I'm just getting started with garnome, and I want to help out with the
unstable stuff.
So I have grabbed tla, and got the repository from arch. Followed the
README, and when running 'make paranoid-checksum' I get the following error:
------------8<----------8<--------------
$ make paranoid-checksum
make[1]: Entering directory `/home/bryan/garnome--unstable/{arch}'
make[1]: *** No rule to make target `paranoid-checksum'. Stop.
make[1]: Leaving directory `/home/bryan/garnome--unstable/{arch}'
make: *** [paranoid-checksum] Error 2
------------8<----------8<--------------
I noticed in garnome--unstable/category.mk:
------------8<----------8<--------------
paranoid-%:
@for i in $(filter-out CVS/,$(wildcard */)) ; do \
$(MAKE) -C $$i $* || exit 2; \
done
------------8<----------8<--------------
At first I thought I could add another filter-out like:
$(filter-out {arch}/ CVS/,$wildcard */)) ; do \
But I don't think make liked that much, as the error from above repeated.
So I tried using shell escapes '\', and wildcards such as *, and ?, but
nothing seems to work.
------
On another note,
Firefox on debian (unstable in my instance) does not provide
firefox-gtkmozembed.pc, and I think it is because of this:
http://lists.debian.org/debian-legal/2004/03/msg00006.html
I don't think that issue will go away anytime soon, so it would probably
be a good idea to note to debian users to build /bootstrap/firefox
before going on to 'make paranoid-install'.
--
Bryan Hundven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]