[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SUBDIR in Makefile
In message <200603241549.AAA39745@shell.rim.or.jp> I wrote:
>> 案 1:
>> 最新の Makefile に追従する。
原文と訳それぞれについて、新旧の差分を
http://www.na.rim.or.jp/%7Ekano/tmp/diff-Makefile-en.txt
http://www.na.rim.or.jp/%7Ekano/tmp/diff-Makefile-ja.txt
に置きました。
原文が削除されているもの (以下の 3 個) は削除します。
Documentation/cross/Makefile
Documentation/network/inetd/Makefile
Documentation/rc/Makefile
現在 Makefile が存在しないもの (以下の 5 個) は新たに追加します。
Documentation/Hardware/Makefile
Documentation/Makefile
Ports/Makefile
Ports/mac68k/Makefile
Releases/Makefile
原文をベースにしていない ja 最上層の Makefile は、
以下のように改めます。 (de/Makefile と同じ構成です)
--- Makefile.orig 2005-10-01 21:50:47.000000000 +0900
+++ Makefile 2006-03-26 12:16:40.000000000 +0900
@@ -1,12 +1,14 @@
# $NetBSD$
-.include "Makefile.inc"
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
+SUBDIR+= Documentation
+SUBDIR+= Ports
+SUBDIR+= Releases
+SUBDIR+= developers
+SUBDIR+= gallery
all: index
index: lang-index
-.include "${WEB_PREFIX}/share/mk/web.site.mk"
+.include "../share/mk/web.site.mk"