tags 536840 +unreproducible,moreinfo thanks Hi, I don't see how this is a upstream Makefile issue.
This is in the top level make: we first run in src, then in utils, no matter what j is. And, if you use --8<---------------cut here---------------start------------->8--- all: $(MAKE) -C src $(MAKE) -C utils --8<---------------cut here---------------end--------------->8--- In src, we see: --8<---------------cut here---------------start------------->8--- TARGET=libselinux.so LIBVERSION = 1 LIBSO=$(TARGET).$(LIBVERSION) LOBJS= $(patsubst %.c,%.lo,$(SRCS)) $(LIBSO): $(LOBJS) $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -ldl -lpthread -L$(LIBDIR) -Wl,-soname,$(LIBSO),-z,defs,-z,relro ln -sf $@ $(TARGET) --8<---------------cut here---------------end--------------->8--- This all seems pretty sane to me. All the LOBJS are in place before we try to create a LIBSO; and the libso should be present before we move on t utils. Now, can I have the full logs, please? How did y'all manage to get Make going into utils before the src was done? manoj -- Drawing on my fine command of language, I said nothing. Manoj Srivastava <sriva...@acm.org> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org