Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153281
Collapse All | Expand All

(-)imap-2007b/Makefile (-11 / +1 lines)
Lines 504-515 Link Here
504
	$(TOOLS)/$@ "$(LN)" src/charset c-client
504
	$(TOOLS)/$@ "$(LN)" src/charset c-client
505
	$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
505
	$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
506
	$(TOOLS)/$@ "$(LN)" src/mtest mtest
506
	$(TOOLS)/$@ "$(LN)" src/mtest mtest
507
	$(TOOLS)/$@ "$(LN)" src/ipopd ipopd
508
	$(TOOLS)/$@ "$(LN)" src/imapd imapd
509
	$(TOOLS)/$@ "$(LN)" src/mailutil mailutil
507
	$(TOOLS)/$@ "$(LN)" src/mailutil mailutil
510
	$(TOOLS)/$@ "$(LN)" src/mlock mlock
511
	$(TOOLS)/$@ "$(LN)" src/dmail dmail
512
	$(TOOLS)/$@ "$(LN)" src/tmail tmail
513
	$(LN) $(TOOLS)/$@ .
508
	$(LN) $(TOOLS)/$@ .
514
509
515
build:	OSTYPE rebuild rebuildclean bundled
510
build:	OSTYPE rebuild rebuildclean bundled
Lines 540-552 Link Here
540
bundled:
535
bundled:
541
	@echo Building bundled tools...
536
	@echo Building bundled tools...
542
	$(CD) mtest;$(MAKE)
537
	$(CD) mtest;$(MAKE)
543
	$(CD) ipopd;$(MAKE)
544
	$(CD) imapd;$(MAKE)
545
	$(CD) mailutil;$(MAKE)
538
	$(CD) mailutil;$(MAKE)
546
	@$(SH) -c '(test -f /usr/include/sysexits.h ) || make sysexitwarn'
539
	@$(SH) -c '(test -f /usr/include/sysexits.h ) || make sysexitwarn'
547
	$(CD) mlock;$(MAKE) || true
548
	$(CD) dmail;$(MAKE) || true
549
	$(CD) tmail;$(MAKE) || true
550
540
551
541
552
sysexitwarn:
542
sysexitwarn:
Lines 559-565 Link Here
559
549
560
clean:
550
clean:
561
	@echo Removing old processed sources and binaries...
551
	@echo Removing old processed sources and binaries...
562
	$(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
552
	$(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest mailutil || true'
563
	$(CD) tools;$(MAKE) clean
553
	$(CD) tools;$(MAKE) clean
564
554
565
555

Return to bug 153281