bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A little help with Makefile.


From: Sven C. Dack
Subject: Re: A little help with Makefile.
Date: Mon, 9 Oct 2017 16:10:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hello Sambhav,

you've picked the wrong mailing list. The address@hidden is a mailing list only for discussing bugs and issues with make program itself.

For help regarding the use of make and how to write Makefiles please do use address@hidden. You can subscribe to this mailing list here:

    https://lists.gnu.org/mailman/listinfo/help-make

And do please make use of the manual. People took a lot of time in writing it and to provide you with as much help as possible and to give you examples on how to use make. Manuals are the most wonderful documents only waiting for you to be read. See here:

    http://www.gnu.org/software/make/manual/html_node/index.html


Cheers


On 09/10/17 15:01, Sambhav dutt wrote:
Greetings,

I am completely new to Makefile and I must run linux/unix commands and not C,CPP at all. I am confused how to start writing a Makefile, like a shell script. Can you tell me how I can write the below shell file in Makefile format
====================================================================

#!/bin/bash

mkdir -p /home/sambhav/proc
cd /home/sambhav/proc
git clone https://github.com/hyperledger/fabric.git
cd /home/sambhav/proc/fabric
make docker
cd/home/sambhav/proc
git clone https://gerrit.hyperledger.org/r/fabric-ca
cd/home/sambhav/proc/fabric-ca
make docker
cd/home/sambhav/proc/fabric-ca
make docker
bash /home/sambhav/fabric-test/fabric-test/feature/scripts/install_behave.sh

===================================================================

Thank You,


_______________________________________________
Bug-make mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-make


reply via email to

[Prev in Thread] Current Thread [Next in Thread]