forked from pEp.foundation/pEpEngine
parent
417459a43b
commit
2c24ce0b9a
@ -1,6 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Commit hash header file - if we don't run this, it won't build.
|
||||
commit_hash="$(git rev-parse HEAD)"
|
||||
sed "s/\(PEP_CURRENT_COMMIT_HASH\ \).*/\1\"$commit_hash\"/" templates/commit_hash.h > src/commit_hash.h
|
||||
|
@ -1,6 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Commit hash header file - if we don't run this, it won't build.
|
||||
commit_hash="$(git rev-parse HEAD)"
|
||||
sed "s/\(PEP_CURRENT_COMMIT_HASH\ \).*/\1\"$commit_hash\"/" templates/commit_hash.h > src/commit_hash.h
|
||||
|
@ -1,6 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
# Commit hash header file - if we don't run this, it won't build.
|
||||
commit_hash="$(git rev-parse HEAD)"
|
||||
sed "s/\(PEP_CURRENT_COMMIT_HASH\ \).*/\1\"$commit_hash\"/" templates/commit_hash.h > src/commit_hash.h
|
||||
|
@ -1,3 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
rm src/commit_hash.h
|
@ -1,7 +0,0 @@
|
||||
#ifndef COMMIT_HASH_H
|
||||
#define COMMIT_HASH_H
|
||||
|
||||
#define PEP_CURRENT_COMMIT_HASH "DUMMY_COMMIT_HASH_ERROR"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in new issue