Hello Sambhav,

you've picked the wrong mailing list. The bug-make@gnu.org 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 help-m...@gnu.org. 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
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

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

Reply via email to