[Mailman-Users] make install fails for 2.1b3

Dan Mick dan.mick at sun.com
Fri Aug 30 00:49:17 CEST 2002


> "/src/mailman-2.1b3/misc/paths.py", but "make install" does not copy it
> to "$prefix/bin".

Don't know why.

top-level Makefile:

SUBDIRS=        bin cron misc Mailman scripts src templates messages tests

install: -> doinstall: ->

        @for d in $(SUBDIRS); \
        do \
            (cd $$d; $(MAKE) install); \
        done
        
misc/Makefile:

PATHSDIRS=      bin cron scripts

install:
	.
	.
        for d in $(PATHSDIRS); \
        do \
            dir=$(prefix)/$$d; \
            $(INSTALL) -m $(FILEMODE) paths.py $$dir; \
        done
        .
        .
        

Maybe you have a broken make?





More information about the Mailman-Users mailing list