jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Split the install target in a binary and non-binary part


Hi John,

can you split the install target in a binary and a non‐binary part? This
would make it easier for packaging, because we have binary and non‐binary
packages and the non‐binary package is build on only one architecture not
nine.

install: install-binary install-non-binary

install-binary: all
	$(MKINSDIR) $(DEST_JED_ROOT)/bin
	$(INSTALL) $(OBJDIR)/jed $(DEST_BIN_DIR)/
	-cd $(DEST_BIN_DIR); ln -s jed jed-script
	-$(INSTALL) $(OBJDIR)/xjed $(DEST_BIN_DIR)/
	-$(INSTALL) $(OBJDIR)/getmail $(DEST_JED_ROOT)/bin/

install-non-binary: install_directories
	@for i in $(JED_LIB_FILES); \
	do \
…
	done

And can you install the directory $(DEST_JED_ROOT)/bin/ only in the case
getmail exists? Otherwise an empty directory is left.

Bye, Jörg.
-- 
Diskutiere nie mit einem Idioten:
Sie ziehen Dich auf ihr Niveau herab und schlagen Dich dann mit
Erfahrung.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]