From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Glanzmann Subject: [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories Date: Sun, 22 May 2005 20:27:28 +0200 Message-ID: <20050522182728.GD18500@cip.informatik.uni-erlangen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds X-From: git-owner@vger.kernel.org Sun May 22 20:27:56 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZvAH-0008Ci-EJ for gcvg-git@gmane.org; Sun, 22 May 2005 20:27:05 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261275AbVEVS1j (ORCPT ); Sun, 22 May 2005 14:27:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261213AbVEVS1j (ORCPT ); Sun, 22 May 2005 14:27:39 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:17622 "EHLO faui03.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S261328AbVEVS1d (ORCPT ); Sun, 22 May 2005 14:27:33 -0400 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id j4MIRTS8022336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 May 2005 18:27:29 GMT Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id j4MIRS4j022335; Sun, 22 May 2005 20:27:28 +0200 (CEST) To: GIT Mail-Followup-To: GIT , Linus Torvalds Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories Signed-off-by: Thomas Glanzmann --- a/Makefile +++ b/Makefile @@ -134,11 +134,11 @@ diffcore-pickaxe.o : $(LIB_H) diffcore.h test: all - make -C t/ all + $(MAKE) -C t/ all clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) - make -C Documentation/ clean + $(MAKE) -C Documentation/ clean backup: clean cd .. ; tar czvf dircache.tar.gz dir-cache