bug-make
[Top][All Lists]
Advanced

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

A little help with Makefile.


From: Sambhav dutt
Subject: A little help with Makefile.
Date: Mon, 9 Oct 2017 10:01:07 -0400

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,

reply via email to

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