summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-21 10:04:08 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-21 10:04:08 -0300
commit74e1ed0781b35cfd53baba71c84dfbf6c59c5403 (patch)
tree7cfbd36708f56638cde68712349579b8b2d2ae16 /v4l/scripts
parentf6f911fb4b41a2ca2b6f03717a0964b40e2f4648 (diff)
downloadmediapointer-dvb-s2-74e1ed0781b35cfd53baba71c84dfbf6c59c5403.tar.gz
mediapointer-dvb-s2-74e1ed0781b35cfd53baba71c84dfbf6c59c5403.tar.bz2
Fixes circular dependencies at building system
From: Mauro Carvalho Chehab <mchehab@infradead.org> There were a circular dependency at scripts/make_makefile.pl that were affecting mostly building with GNU make 3.81. Also, scripts/make_noconfig.pl is, in fact, building .myconfig file, so, better to name it as make_myconfig.pl. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/make_makefile.pl2
-rwxr-xr-xv4l/scripts/make_myconfig.pl (renamed from v4l/scripts/make_noconfig.pl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/make_makefile.pl b/v4l/scripts/make_makefile.pl
index bcfb3764f..f0d9aef7f 100755
--- a/v4l/scripts/make_makefile.pl
+++ b/v4l/scripts/make_makefile.pl
@@ -181,5 +181,5 @@ if (open IN,"Makefile.media") {
if (open IN,".myconfig") {
close IN;
} else {
- system "make allmodconfig";
+ system "./scripts/make_kconfig.pl 1";
}
diff --git a/v4l/scripts/make_noconfig.pl b/v4l/scripts/make_myconfig.pl
index 7323f419c..7323f419c 100755
--- a/v4l/scripts/make_noconfig.pl
+++ b/v4l/scripts/make_myconfig.pl