diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-21 10:04:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-21 10:04:08 -0300 |
commit | 74e1ed0781b35cfd53baba71c84dfbf6c59c5403 (patch) | |
tree | 7cfbd36708f56638cde68712349579b8b2d2ae16 /v4l/scripts | |
parent | f6f911fb4b41a2ca2b6f03717a0964b40e2f4648 (diff) | |
download | mediapointer-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-x | v4l/scripts/make_makefile.pl | 2 | ||||
-rwxr-xr-x | v4l/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 |