Hello!

I've just installed OpenBSD 2.7.

Good news: the testsuite passes with one test ignored (due to lack of
/lib/cpp) and 160 tests passed! The only additional GNU packages were
m4-1.4, sed-2.05 and make-3.78.1

Bad news: the native make doesn't work - it cannot create "autoconf" and
other scripts because they have both explicit and suffix rules:

$(bin_SCRIPTS): configure.in                                                           
   

.sh:                                                                                   
   
        rm -f $@ $@.tmp                                                                
   
        $(editsh) $< >$@.tmp                                                           
   
        chmod +x $@.tmp                                                                
   
        mv $@.tmp $@                                                                   
   

I did use "make dist" to create the tarball - it doesn't help.

Regards,
Pavel Roskin


Reply via email to