From owner-FreeBSD-users-jp@jp.FreeBSD.org Wed Jun 23 00:42:01 2004
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id i5MFg1m03822;
	Wed, 23 Jun 2004 00:42:01 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from tp240z.kuni.example.jp (YahooBB219010006182.bbtec.net [219.10.6.182])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id i5MFg1I03817
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Wed, 23 Jun 2004 00:42:01 +0900 (JST)
	(envelope-from unix_grandy@yahoo.co.jp)
Received: from tp240z (localhost [127.0.0.1])
	by tp240z.kuni.example.jp (8.12.11/8.12.11) with SMTP id i5MFftKa050636
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Wed, 23 Jun 2004 00:41:56 +0900 (JST)
	(envelope-from unix_grandy@yahoo.co.jp)
From: grandy <unix_grandy@yahoo.co.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
Message-Id: <20040623002530.1ac17d4c.unix_grandy@yahoo.co.jp>
In-Reply-To: <40D00587.3A00338@ht.sakura.ne.jp>
References: <40CD2B75.D0B83F37@ht.sakura.ne.jp>
	<kk5brjmpvte.wl@ayu.ics.keio.ac.jp>
	<40CD7050.177E5491@ht.sakura.ne.jp>
	<40D00587.3A00338@ht.sakura.ne.jp>
X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Wed, 23 Jun 2004 00:25:30 +0900
X-Sequence: FreeBSD-users-jp 80010
Subject: [FreeBSD-users-jp 80010] Re: [Q]Makefile
 =?ISO-2022-JP?B?GyRCJCwkJiReJC89cSQxJEokJBsoQg==?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: unix_grandy@yahoo.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+040621

$B%0%i%s%G%#(B($B2>>N(B)$B$G$9!#(B

Wed, 16 Jun 2004 17:32:07 +0900 $B$K(B IIJIMA Hiromitsu $B$5$s$KD:$$$?(B
$B!X(B[FreeBSD-users-jp 79964] Re: [Q]Makefile $B$,$&$^$/=q$1$J$$(B $B!Y$X$NJV;v$G$9!#(B

> $B$$$$$8$^$G$9!#(B
> 
> 
> $B$3$l$G$b$&$^$/$$$-$^$;$s$G$7$?!#$$$C$?$s(B
> 	delmonta.css: another.css
> $B$r2r<a$7$?$"$H$O!"(Bmake another.css $B$N$"$H!"(Banother.css $B$,K\Ev$K99?7$5$l$?(B
> $B$+$I$&$+$OD4$Y$:$K(B
> 	cp -p another.css delmonta.css
> $B$r<B9T$9$k$h$&$G$9!#$=$3$G!"!V(Bmake $B;H$C$F$$$k$N$K0lBN2?$r$d$C$F$$$k$s$@!W(B
> $B$H$*<8$j$r<u$1$=$&$G$9$,!"(B
> 
> ----
> delmonta.css: another.css
> 	-test another.css -nt delmonta.css && cp -p another.css delmonta.css
> 
> another.css: get-another.css
> 
> get-another.css:
> 	wget -O another.css http://another.site/~delmonta/delmonta.css
> ----


$B$$$^$5$i$G$9$,!"$3$s$J$N(B($B"-(B)$B$G$I$&$G$7$g$&$+!)(B
-- $B$3$3$+$i(B
chkcss: get-another delmonta.css

delmonta.css: another.css
    cp -p another.css delmonta.css

get-another:
	wget -O another.css http://another.site/~delmonta/delmonta.css
-- $B$3$3$^$G(B

-- 
grandy <unix_grandy@yahoo.co.jp>
