Le 21/03/2013 22:40, Pierre Labastie a écrit :
> Le 21/03/2013 21:37, Thomas Pegg a écrit :
>> On 3/21/2013 1:32 PM, Pierre Labastie wrote:
>>> Hi,
>>>
>>> I do not know who reads this list, but I have recently found that there
>>> was a "new" (January) bug report on the ALFS Trac.
>>>
>>> It was about a minor typo and easy to fix (bug #1687). Bruce gave me the
>>> privileges on the ALFS Trac system, so that I could close that one.
>>>
>>> OTH, I discovered quite a few other active bugs, mainly about nALFS and
>>> ALFS.
>>>
>>> Maybe it is not my job, but I propose to close all the {n,}ALFS bugs as
>>> "wontfix", with a comment "{n,}ALFS is not developped anymore."
>>>
>> Sounds fine to me, I've been thinking the same thing recently too.
>>
>>
>> Thomas
>>
> Done. I also changed the wiki page. Please let me know if anything's
> missing (or change it yourself).
>
> For the ALFS web page, I do not know exactly how to proceed. I do not
> know much of html, actually, but I may try
> to use the existing formatting.
>
> About the last comment of Bruce:
>
> I'll have a look. IIRC, it should not be hard to add an option for not
> starting automatically jhalfs after make.
> My main concern is "in which menu"?
>
> Regards
> Pierre
Could you try this patch? (hoping the mailer does not cut lines...)
Index: jhalfs-trunk/Config.in
===================================================================
--- jhalfs-trunk.orig/Config.in 2012-02-11 08:44:24.000000000 +0100
+++ jhalfs-trunk/Config.in 2013-03-21 23:28:53.000000000 +0100
@@ -35,10 +35,6 @@
default "hlfs" if BOOK_HLFS
default "blfs" if BOOK_BLFS
- config RUN_ME
- string
- default "./jhalfs run" if !BOOK_BLFS
- default "./blfs-tool" if BOOK_BLFS
#--- End BOOK/script
#--- Book version
@@ -1160,3 +1156,12 @@
#
# See README.CUSTOM for more info about this feature.
+config EXIT_GRACE
+ bool "Exit without running jhalfs"
+ default n
+
+config RUN_ME
+ string
+ default "echo 'Configuration terminated'" if EXIT_GRACE
+ default "./jhalfs run" if !BOOK_BLFS
+ default "./blfs-tool" if BOOK_BLFS
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page